home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
windows
/
games
/
mcdraft.exe
/
SETUP.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-23
|
597b
|
21 lines
@echo off
set WinPath=C:\Windows
if not exist %WinPath%\win.com goto ToFileNoExists
goto Done
:ToFileNoExists
rem -----------------------------
rem Display error message
rem -----------------------------
echo:
echo: The setup program was unable to locate the MS Windows software in
echo: its default location. Please see NOTE on page 1-2 of the MacDraft
echo: for Windows Reference Manual for instructions on installing MacDraft
echo: from inside Windows.
echo:
goto EndBatch
:Done
%WinPath%\win install.exe BATCH
:EndBatch
set WinPath=